Steve Langasek [Fri, 25 Apr 2025 19:02:45 +0000 (21:02 +0200)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0001-ftbfs-armhf.patch
Steve Langasek [Thu, 20 Mar 2025 14:15:29 +0000 (15:15 +0100)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0001-ftbfs-armhf.patch
Steve Langasek [Sun, 9 Feb 2025 06:58:38 +0000 (07:58 +0100)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0001-ftbfs-armhf.patch
Steve Langasek [Mon, 8 Apr 2024 07:50:31 +0000 (09:50 +0200)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0001-ftbfs-armhf.patch
Steve Langasek [Sun, 10 Dec 2023 09:44:25 +0000 (10:44 +0100)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0003-ftbfs-armhf.patch
Daniel Baumann [Sun, 10 Dec 2023 09:44:25 +0000 (10:44 +0100)]
ck (0.7.1-12) sid; urgency=medium
* Uploading to sid.
* Skipping tests when building non-parallel to fix hanging test suite,
thanks to Santiago Vila <sanvila@debian.org> (Closes: #1055218).
Steve Langasek [Mon, 14 Aug 2023 08:04:37 +0000 (09:04 +0100)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0003-ftbfs-armhf.patch
Steve Langasek [Mon, 30 Jan 2023 16:17:29 +0000 (16:17 +0000)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0003-ftbfs-armhf.patch
Steve Langasek [Wed, 25 Jan 2023 08:15:20 +0000 (08:15 +0000)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0003-ftbfs-armhf.patch
Steve Langasek [Thu, 7 Jul 2022 08:14:36 +0000 (09:14 +0100)]
do not hard-code CPU target based on uname (Closes: #1009622).
The compiler in Debian correctly targets the right ISA for the
architecture. Hard-coding this can result in misbuilds depending on the
build machine. Also, armv7-a is the wrong target for armhf now, it should
be armv7-a+fp.
Gbp-Pq: Topic debian
Gbp-Pq: Name 0003-ftbfs-armhf.patch
Daniel Baumann [Thu, 7 Jul 2022 08:14:36 +0000 (09:14 +0100)]
ck (0.7.1-8) sid; urgency=medium
* Uploading to sid.
* Updating to standards version 4.6.1.
* Adding patch from Steve Langasek <steve.langasek@canonical.com> to fix
FTBFS on armhf (Closes: #1009622).
Daniel Baumann [Fri, 27 Aug 2021 02:33:50 +0000 (03:33 +0100)]
ck (0.7.1-4) sid; urgency=medium
* Uploading to sid.
* Updating to standards version 4.6.0.
* Fixing baseline violations on armel and i386, thanks to Adrian Bunk
<bunk@debian.org> (Closes: #993010).
Samy Al Bahra [Tue, 29 Oct 2019 21:30:09 +0000 (17:30 -0400)]
[PATCH] regressions/common: rename gettid wrapper to common_gettid.
glibc-2.30 added a wrapper to gettid (https://lwn.net/Articles/795127/).
gettid will clash with the glibc-provided symbol. Remove the
macro and instead move to a dedicated namespace.
We go this route to avoid introducing unnecessary complexity to
build.